home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-23 | 2.2 KB | 43 lines |
- [script]
- n0=#floodultracommand start
- n1=ctcp 1:*:halt
- n2=#floodultracommand end
- n3=#floodctcp start
- n4=ctcp !1:*:{
- n5= if ((%ctcpchan == on) && ($chan != $null)) {
- n6= if (($me isop $chan) && (%textlength != $null) && ($len($parms) > %textlength)) { mode $chan -o+b $nick $wildsite | kick $chan $nick Channel Long CTCP Flood! ü▀ΩtπFú≥≤╨ü | .timer 1 45 mode $chan -b $wildsite | goto end }
- n7= inc %flood.ctcp. [ $+ [ $chan [ $+ [ $nick ] ] ] ] 1
- n8= if %flood.ctcp. [ $+ [ $chan [ $+ [ $nick ] ] ] ] == 1 .timer 1 15 unset %flood.ctcp. [ $+ [ $chan [ $+ [ $nick ] ] ] ]
- n9= if %flood.ctcp. [ $+ [ $chan [ $+ [ $nick ] ] ] ] == 4 {
- n10= if $me isop $chan { mode $chan -o+b $nick $wildsite | kick $chan $nick Channel CTCP Flood! ü▀ΩtπFú≥≤╨ü | .timer 1 45 mode $chan -b $wildsite }
- n11= if (($me !isop $chan) && (%ctcppriv == off)) { echo 2 -a CTCP Channel Flood! ü $+ $nick $+ ü is being ignored. ü▀ΩtπFú≥≤╨ü | if $parm1 == dcc .ignore -ntu90 $wildsite 2 | else .ignore -tu90 $wildsite }
- n12= unset %flood.ctcp. [ $+ [ $chan [ $+ [ $nick ] ] ] ]
- n13= }
- n14= :end
- n15= }
- n16= if %ctcppriv == on {
- n17= inc %flood.ctcp. [ $+ [ $wildsite ] ] 1
- n18= if %flood.ctcp. [ $+ [ $wildsite ] ] == 1 .timer 1 15 unset %flood.ctcp. [ $+ [ $wildsite ] ]
- n19= if %flood.ctcp. [ $+ [ $wildsite ] ] == 4 { notice $nick CTCP Flood! You are being ignored. ü▀ΩtπFú≥≤╨ü | unset %flood.ctcp. [ $+ [ $wildsite ] ] | if $parm1 == dcc .ignore -ntu90 $wildsite | else .ignore -tu90 $wildsite }
- n20= }
- n21= if $parm1 == version raw -q notice $nick :VERSION ü▀ΩtπFú≥≤╨ü 3.0
- n22=}
- n23=#floodctcp end
- n24=#page on
- n25=ctcp 1:page: {
- n26= .beep 20 5
- n27= .notice $me $nick just paged you on $day at $rtime $+.
- n28= .notice $nick Page recieved by $me on $day $rtime $+ .
- n29= write [ $mircdir $+ pages.txt ] $nick ( $+ $address $+ ) $day $adate $rtime
- n30= halt
- n31=}
- n32=#page end
- n33=#dalnet on
- n34=ctcp 1:dalnet: {
- n35= .notice $nick $me is using the $server DALnet server.
- n36= write [ $mircdir $+ dalctcp.txt ] $nick ( $+ $address $+ ) $day $adate $rtime
- n37= .notice $nick DALNET received by $me on $day $rtime $+.
- n38= halt
- n39=}
- n40=#dalnet end
-